home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / wgdb-42.lha / wgdb-4.2 / config / hmake-svr4 < prev    next >
Text File  |  1992-09-11  |  199b  |  7 lines

  1. # Define SYSV as -DSYSV if you are using a System V operating system.
  2. SYSV = -DSYSV -DSVR4
  3. RANLIB = echo >/dev/null
  4.  
  5. # The l flag generates a warning from the SVR4 archiver, remove it.
  6. AR_FLAGS = cq
  7.